home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fonts Icons & Screensavers
/
Fonts Icons & Screensavers - Bart Smit 1998.iso
/
_UTILS
/
PKWARE
/
SD-500
/
SD.PRO
< prev
next >
Wrap
Text File
|
1995-03-15
|
4KB
|
113 lines
// USER Commands. These commands are displayed in the center section of the
// screen. Format: USR: text; options or keystroke; return value
USR: DrvInfo;11056;
USR: CHKDSK;w;chkdsk
USR: Mem;xy;mem /c | more
USR: DelBAK;4008;*.bak
USR: Copy A:;11150;
USR: CD \;12000;\
USR:;1;
USR: Bytes;11504;
USR: GIF;;vpic %f
USR: CLR All;4034;
USR: TAG All;4013;
USR: DosCall;11052;
USR: Shell;11053;
USR: SrtSize;11306;
USR: MKDIR;11051;
USR: RMDIR;11050;
USR: Window;11512;
USR: CHDIR;11600;
USR: COPY A:;11150;
USR: TREE;11596;
USR: STATS;11006;
USR: DskInfo;11056;
USR: Find;11055;
USR: CD \;12000;\
// RUN commands. Format: RUN: filespec; options; command line
RUN:*.EXE;PW;%f
RUN:*.COM;PW;%f
RUN:*.BAT;W;%f
RUN:*.GIF;l;vpic %f // You must have the shareware program VPIC
RUN:*.ZIP;11521;
//RUN:*.WAV;lk;playfile %f // change "playfile" to your WAV player
RUN:*.*;;List %f /m
// KEY Commands. Format: KEY: keystroke; return value
KEY:43;11510; // + Enlarge Window
KEY:45;11511; // - Decrease Window
KEY:52;11070; // 4=Modify a 4DOS description
KEY:90;11520; // z=zip
KEY:85;11521; // u=unzip
KEY:80;11530; // p=prt
KEY:87;11535; // w=wipe
KEY:64;11540; // @=list file
KEY:47;11545; // locate file
KEY:309;11546; // locate files and dirs
KEY:82;11605; // r=reread tree
KEY:94;11055; // ^=find file
KEY:78;11565; // n=newdir
KEY:69;11590; // e=edit file
KEY:72;11595; // h=help
KEY:83;11610; // s=sort menu
KEY:286;11602; // ALT A=change attribute
KEY:88;11603; // x=execute file
KEY:342;11605; // ALT F3=file compare
KEY:20;4013; // CTRL T = Tag all files
KEY:302;4034; // ALT C=clear tags
KEY:363;4006; // ALT F4=delete all tagged, no confirm
KEY:273;11512; // ALT W=open/close window
KEY:318;11601; // F4=delete menu
KEY:323;11604; // F9=USR menu
KEY:324;11595; // F10=help
KEY:75;11505; // k=Format
KEY:9;11513; // TAB=switch windows
KEY:61;11550; // = Bytes in dir
KEY:339;4005; // Delete highlighted file
KEY:68;11601; // D = Delete menu
KEY:4;11060; // Toggle 4DOS support
KEY:67;11570; // C = copy
KEY:73;11056; // i = Disk Info
// COLOR commands. Format: CLR: filespec; fore color; [back color]
CLR:*.exe;RED;
CLR:*.;LTYELLOW;
CLR:*.doc;LTWHITE;
CLR:*.zip;green;
CLR:*.txt;magenta;
CLR:<DIR>;black;
CLR:*.bat;cyan;
CLR:*.bak;LTRED;
// Format for the FKY (Function key) commands:
// 1. The text to display. If a letter is preceeded by a '&', the letter
// will be highlighted. A semicolon must follow the text.
// 2. The value of the shortcut key. In the "Copy" example below, the
// letter 'C' has the value of 67. This value can be obtained by
// running the WHATKEY.EXE program. A semicolon must follow the number.
// 3. The value to return to SD if this option is selected. These codes
// are displayed in the back of the SD users manual. A semicolon must
// follow the number.
// 4. The column on the screen where the text will appear. (0-79)
FKY:F1 &Copy;67;11570;0 // "Copy" at the bottom of the screen
KEY:315;11570; // F1=copy
FKY:F2 &Move;77;11575;9
KEY:77;11575; // M=move
KEY:316;11575; // F2=move
FKY:F5 dri&Ve;86;11600;18
KEY:86;11600; // V=change driVe
KEY:319;11600; // F5=change drive
FKY:F7 &Tree;84;11596;28
KEY:321;11596; // F7=tree
KEY:84;11596; // T=tree
FKY:F8 t&Ype;89;11585;37
KEY:89;11585; // Y=type file
KEY:322;11585; // F8=type file